OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VERB
(Results
1 - 9
of
9
) sorted by relevancy
/src/games/battlestar/
words.c
114
{ "up", UP,
VERB
, NULL },
115
{ "u", UP,
VERB
, NULL },
116
{ "down", DOWN,
VERB
, NULL },
117
{ "d", DOWN,
VERB
, NULL },
118
{ "ahead", AHEAD,
VERB
, NULL },
119
{ "a", AHEAD,
VERB
, NULL },
120
{ "back", BACK,
VERB
, NULL },
121
{ "b", BACK,
VERB
, NULL },
122
{ "right", RIGHT,
VERB
, NULL },
123
{ "r", RIGHT,
VERB
, NULL }
[
all
...]
command2.c
117
wordtype[wordnumber] =
VERB
;
122
wordtype[wordnumber] =
VERB
;
parse.c
127
/* Don't let a comma mean AND if followed by a
verb
. */
130
&& wordtype[n + 1] ==
VERB
) {
extern.h
61
#define
VERB
0
command4.c
52
wordtype[wordnumber] =
VERB
;
cypher.c
54
if (wordtype[wordnumber] !=
VERB
&&
67
* Take the following word as the
verb
(e.g.
/src/external/bsd/flex/dist/examples/manual/
front.y
26
%token
VERB
42
%type <name> POSITIONAL
VERB
ADVERB PROPER_NOUN
71
verb_phrase :
VERB
{ strcpy($$,$1); strcat($$," "); }
72
| adverb
VERB
front.lex
29
FIND|SEARCH|SORT|ERASE|KILL copy_and_return(
VERB
)
30
ADD|REMOVE|DELETE|PRINT copy_and_return(
VERB
)
/src/external/gpl2/lvm2/dist/scripts/
fsadm.sh
56
VERB
=
100
test -n "$
VERB
" && echo "$TOOL: $@" || true
131
test "$DO_LVRESIZE" -eq 2 && exec $LVM lvresize $
VERB
-r -L$(( $NEWSIZE / 1048576 )) $VOLUME
386
"-v"|"--verbose")
VERB
="-v" ;;
Completed in 23 milliseconds
Indexes created Fri Sep 04 00:26:01 UTC 2026