Searched refs:NAME (Results 1 - 3 of 3) sorted by relevance

/opengrok/tools/
H A DGroups64 ${NAME:+-n} ${NAME:+"$NAME"} \
127 echo "\tNAME = "${NAME:-$NAME}
302 if [ "x$NAME" = "x" ]
304 NAME=$(OneArgument "$@")
313 [ -z "$NAME" ] && echo "name must be specified" && LocalUsage && exit 5
343 NAME=""
385 if [ "x$NAME"
[all...]
/opengrok/src/org/opensolaris/opengrok/analysis/uue/
H A DUuencodeFullTokenizer.lex59 %state BEGIN MODE NAME UUE
110 " " { if (modeFound) yybegin(NAME); }
119 <NAME>{
H A DUuencodeXref.lex56 %state MODE NAME UUE
85 yybegin(NAME);
92 <NAME>{

Completed in 7 milliseconds