Searched refs:SUBSTR (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/cmd/oawk/ |
H A D | awk.g.y | 51 %left NUMBER VAR ARRAY FNCN SUBSTR LSUBSTR INDEX 172 | SUBSTR '(' expr ',' expr ',' expr ')' 173 { $$ = op3(SUBSTR, $3, $5, $7); } 174 | SUBSTR '(' expr ',' expr ')' 175 { $$ = op3(SUBSTR, $3, $5, 0); }
|
H A D | makeprctab.c | 51 { SUBSTR, "substr", "substr"},
|
H A D | awk.lx.l | 140 <A>substr RETURN(SUBSTR);
|
/titanic_50/usr/src/ucbcmd/expr/ |
H A D | expr.y | 44 %token A_STRING SUBSTR LENGTH INDEX NOARG MATCH 54 %left SUBSTR 83 | SUBSTR expr expr expr = { $$ = substr($2, $3, $4); } 119 MATCH, SUBSTR, LENGTH, INDEX };
|
/titanic_50/usr/src/cmd/expr/ |
H A D | expr.c | 57 #define SUBSTR 275 macro 102 SUBSTR, LENGTH, INDEX 609 case SUBSTR: in expres() 626 case SUBSTR: in expres()
|
/titanic_50/usr/src/cmd/awk/ |
H A D | awk.g.y | 94 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR 403 | SUBSTR '(' pattern comma pattern comma pattern ')' 404 { $$ = op3(SUBSTR, $3, $5, $7); } 405 | SUBSTR '(' pattern comma pattern ')' 406 { $$ = op3(SUBSTR, $3, $5, NIL); }
|
H A D | maketab.c | 53 { SUBSTR, "substr", "substr" },
|
H A D | awk.lx.l | 169 <A>substr { RET(SUBSTR); }
|
/titanic_50/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 4189 …ri-supported.' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstrin… 4190 …taparameters.' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstrin… 4191 …y than a URI.' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstrin… 4192 …f Languages".' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstrin… 4193 …uilding XYZ".' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstrin… 4194 …new printer".' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstrin… 4195 … consumption.' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstrin… 4196 …is attribute.' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstrin… 4197 …requirements.' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstrin… 4201 …of Languages.' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstrin… [all …]
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | kerberos.ldif | 41 SUBSTR caseExactSubstringsMatch
|
/titanic_50/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 54 ** operators and for the LENGTH() and SUBSTR() functions.
|