Lines Matching refs:ID
86 %token <tok> ID QUOTE NUMBER IF PATHFUNC
157 | ID
197 nvname : ID
199 | nvname '-' ID
213 | NUMBER ID
215 * ID must be timevals only ("ms", "us", etc.).
270 * conflicts between cexpr and iterid involving the use of ID
273 | NUMBER ID
275 * ID must be timevals only ("ms", "us", etc.).
334 | ID
344 func : ID '(' ')'
346 | ID '(' exprlist ')'
363 | ID '(' exprlist ')'
379 globid : '$' ID
383 iterid : ID
385 | ID '[' ']'
387 | ID '[' cexpr ']'
392 | ID '<' '>'
394 | ID '<' ID '>'
400 | ID '-' iterid
407 /* iname is an ID where we can peel numbers off the end */
408 iname : ID
412 /* base case of ID.ID instead of just ID requires ename to contain one dot */
413 ename : ID '.' enameid
431 * ID '.' ID
440 /* like an ID, but we let reserved words act unreserved in enames */
441 enameid : ID