Searched refs:TK_STRING (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap.c88 if (tok != TK_STRING) {
253 * Read an address (value) or size Xword from a TK_STRING token value
259 * tkv - TK_STRING token to parse
331 if (tok != TK_STRING) {
618 if (tok != TK_STRING) {
769 if (tok != TK_STRING) {
806 if ((tok = ld_map_gettoken(mf, 0, &tkv)) != TK_STRING) {
833 if ((tok = ld_map_gettoken(mf, 0, &tkv)) != TK_STRING) {
876 if ((tok != TK_STRING) && (tok != TK_EQUAL)) {
888 TK_STRING) {
[all...]
H A Dmap_v2.c589 * Updates *tkv and returns TK_STRING for success. Calls the
599 case TK_STRING:
659 case TK_STRING:
795 case TK_STRING:
893 case TK_STRING:
955 case TK_STRING:
1008 case TK_STRING:
1087 case TK_STRING:
1205 case TK_STRING:
1622 case TK_STRING
[all...]
H A D_map.h145 TK_STRING = 1, /* String literal */ enumerator in enum:__anon1698
188 char *tkv_str; /* TK_STRING */
202 #define TK_F_STRLC 2 /* TK_STRING: Convert string to lowercase */
204 /* quoted TK_STRING tokens */
H A Dmap_core.c1746 * Convert a an unquoted identifier into a TK_STRING token, using the
1757 * the string, and TK_STRING is returned. On error, TK_ERROR is returned.
1814 return (TK_STRING);
1818 * Convert a quoted string into a TK_STRING token, using simple
1831 * the string, and TK_STRING is returned. On error, TK_ERROR is returned.
1862 return (TK_STRING);
1866 * Convert a quoted string into a TK_STRING token, using C string literal
1879 * the string, and TK_STRING is returned. On error, TK_ERROR is returned.
1924 return (TK_STRING);
1937 * token has a value (TK_STRING / TK_IN
[all...]
H A Dmap_support.c1442 case TK_STRING:
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dexpr.c314 case TK_STRING:
349 case TK_STRING: {
649 case TK_STRING: {
728 case TK_STRING: {
953 case TK_STRING:
1054 case TK_STRING:
H A Dparse.y556 expr(A) ::= STRING(X). {A = sqliteExpr(TK_STRING, 0, 0, &X);}
H A Dselect.c1130 if( pEList->a[j].zName && (pE->op==TK_ID || pE->op==TK_STRING) ){

Completed in 238 milliseconds