Searched refs:terminal (Results 1 - 17 of 17) sorted by relevance

/external/qemu/
H A Djson-lexer.c65 /* Return whether TERMINAL is a terminal state and the transition to it
68 #define TERMINAL_NEEDED_LOOKAHEAD(old_state, terminal) \
69 (json_lexer[(old_state)][0] == (terminal))
/external/chromium/chrome/common/
H A Dauto_start_linux.cc41 std::string terminal = is_terminal_app ? "true" : "false"; local
45 "Terminal=" + terminal + "\n"
/external/libvpx/examples/includes/geshi/geshi/
H A Dgnuplot.php82 'surface', 'table', 'term', 'terminal',
169 // help set terminal postscript
176 // help set terminal png
H A Dbnf.php94 //terminal symbols
/external/libxml2/include/libxml/
H A Dxmlregexp.h101 int *terminal);
108 int *terminal);
/external/openssl/crypto/des/
H A Dread_pwd.c110 /* There are 5 types of terminal interface supported,
264 $DESCRIPTOR(terminal,"TT");
326 status = sys$assign(&terminal,&channel,0,0);
/external/bison/doc/
H A Drefcard.tex339 \key{Declare a terminal symbol.}{\%token <{\it t\/}>
342 \key{Declare a terminal symbol, and define its association.}
362 definition, {\it n} is a {\it terminal} symbol name, {\it m} is a
363 {\it non-terminal} symbol name, and {\it association} can be one of
406 non-terminal : {\it statement} 1
415 symbols that make up the non-terminal. For example:
/external/webkit/Source/WebCore/bindings/js/
H A DSerializedScriptValue.cpp1240 if (JSValue terminal = readTerminal()) {
1241 putProperty(outputArrayStack.last(), index, terminal);
1284 if (JSValue terminal = readTerminal()) {
1285 putProperty(outputObjectStack.last(), Identifier(m_exec, cachedString->ustring()), terminal);
1299 if (JSValue terminal = readTerminal()) {
1300 outValue = terminal;
/external/openssl/crypto/ui/
H A Dui_openssl.c177 /* There are 5 types of terminal interface supported,
288 static $DESCRIPTOR(terminal,"TT");
515 status = sys$assign(&terminal,&channel,0,0);
/external/mesa3d/docs/OLD/
H A DMESA_program_debug.spec78 clear how terminal and GUI-based interfaces would work, for
/external/quake/quake/src/WinQuake/
H A Dquake-rogue.spec.sh82 turn. They are challenging, and terminal! Here are just a few of them.
/external/bluetooth/glib/gio/
H A Dgdesktopappinfo.c99 guint terminal : 1; member in struct:_GDesktopAppInfo
258 info->terminal = g_key_file_get_boolean (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_TERMINAL, NULL) != FALSE;
429 new_info->terminal = info->terminal;
773 check = g_find_program_in_path ("gnome-terminal");
777 /* Note that gnome-terminal takes -x and
778 * as -e in gnome-terminal is broken we use that. */
796 g_warning ("couldn't find a terminal, falling back to xterm");
1001 if (info->terminal && !prepend_terminal_to_vector (&argc, &argv))
1004 _("Unable to find terminal require
[all...]
/external/libxml2/
H A Dxmlregexp.c3171 * If end of input on non-terminal state, rollback, however we may
3768 * End of input on non-terminal state, rollback, however we may
4149 * @terminal: return value if this was a terminal state
4159 xmlChar **values, int *terminal) {
4182 if (terminal != NULL) {
4185 *terminal = 1;
4187 *terminal = 0;
4213 if (terminal != NULL) {
4215 *terminal
4157 xmlRegExecGetValues(xmlRegExecCtxtPtr exec, int err, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4320 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4345 xmlRegExecErrInfo(xmlRegExecCtxtPtr exec, const xmlChar **string, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4364 int terminal; local
[all...]
H A Dxmlschemas.c25945 int terminal, nbval = 10, nbneg; local
25970 &nbval, &nbneg, &values[0], &terminal);
26460 int terminal, nbval = 10, nbneg; local
26528 &values[0], &terminal);
/external/icu4c/common/
H A Dtriedict.cpp492 // Special terminal node; return now
1040 BuildCompactTrieNode *terminal = new BuildCompactTrieNode(TRUE, FALSE, nodes, status); local
1041 if (terminal == NULL) {
1214 // Failure, or terminal node
/external/grub/
H A Dconfigure917 --disable-hercules disable hercules terminal support
918 --disable-serial disable serial terminal support
/external/grub/docs/
H A Dtexinfo.tex230 % and nothing on the terminal. We don't just call \tracingall here,
231 % since that produces some useless output on the terminal. We also make

Completed in 492 milliseconds