Home
last modified time | relevance | path

Searched refs:TOKEN (Results 1 – 11 of 11) sorted by relevance

/trueos/contrib/subversion/subversion/libsvn_ra_serf/
HDgetlocks.c55 TOKEN, enumerator
86 { LOCK, S_, "token", TOKEN,
190 else if (leaving_state == TOKEN) in getlocks_closed()
/trueos/contrib/byacc/
HDreader.c310 { "term", TOKEN },
311 { "token", TOKEN },
383 return (TOKEN); in keyword()
1282 if (assoc != TOKEN) in declare_tokens()
1316 if (assoc != TOKEN) in declare_tokens()
1527 case TOKEN: in read_declarations()
1613 rassoc[0] = TOKEN; in initialize_grammar()
1614 rassoc[1] = TOKEN; in initialize_grammar()
1615 rassoc[2] = TOKEN; in initialize_grammar()
2048 rassoc[nrules] = TOKEN; in start_rule()
[all …]
HDsymtab.c50 bp->assoc = TOKEN; in make_bucket()
HDdefs.h104 #define TOKEN 0 macro
/trueos/bin/expr/
HDexpr.y92 %token <val> TOKEN
99 expr: TOKEN
255 return (TOKEN); in yylex()
/trueos/contrib/subversion/subversion/libsvn_fs_base/notes/
HDstructure618 ("lock" PATH TOKEN OWNER COMMENT XML-P CREATION-DATE EXPIRATION-DATE)
624 * TOKEN is the universally unique identifier of the lock, known
881 "locks" : btree(TOKEN -> LOCK)
882 "lock-tokens" : btree(PATH -> TOKEN)
897 TOKEN ::= uuid ;
1010 LOCK ::= ("lock" PATH TOKEN OWNER
/trueos/contrib/gdb/gdb/doc/
HDgdb.info-24869 `[ TOKEN ] CLI-COMMAND NL', where CLI-COMMAND is any existing GDB
4873 `[ TOKEN ] "-" OPERATION ( " " OPTION )* `[' " --" `]' ( " "
4876 `TOKEN ==>'
4903 * The `TOKEN', when present, is passed back when the command
4929 If an input command was prefixed with a `TOKEN' then the
4931 TOKEN.
4937 ` [ TOKEN ] "^" RESULT-CLASS ( "," RESULT )* NL'
4946 `[ TOKEN ] "*" ASYNC-OUTPUT'
4949 `[ TOKEN ] "+" ASYNC-OUTPUT'
4952 `[ TOKEN ] "=" ASYNC-OUTPUT'
[all …]
/trueos/contrib/gcc/cp/
HDChangeLog-19962227 (handle_sysv_pragma): Give int return type, and take FINPUT and TOKEN
/trueos/contrib/binutils/gas/po/
HDgas.pot11307 msgid "TOKEN TRACE not implemented"
/trueos/crypto/heimdal/lib/sqlite/
HDsqlite3.c108772 #define TOKEN (yyminor.yy0)
108775 assert( TOKEN.z[0] ); /* The tokenizer always gives us a token */
108776 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);
/trueos/contrib/sqlite3/
HDsqlite3.c113407 #define TOKEN (yyminor.yy0)
113410 assert( TOKEN.z[0] ); /* The tokenizer always gives us a token */
113411 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);