Searched refs:keyword (Results 1 - 25 of 101) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/po/
H A DMakefile.in32 @xgettext -C -F --keyword=print_log --keyword=log_debug \
33 --keyword=log_info --keyword=_ --keyword=N_ \
34 --keyword=log_notice --keyword=log_warn --keyword=log_err \
35 --keyword=log_fatal --keyword
[all...]
H A DMakefile32 @xgettext -C -F --keyword=print_log --keyword=log_debug \
33 --keyword=log_info --keyword=_ --keyword=N_ \
34 --keyword=log_notice --keyword=log_warn --keyword=log_err \
35 --keyword=log_fatal --keyword
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/po/
H A DMakevars34 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/examples/
H A Dtmux.vim16 syn keyword tmuxAction any current none
17 syn keyword tmuxBoolean off on
19 syn keyword tmuxCmds detach[-client] ls list-sessions neww new-window
20 syn keyword tmuxCmds bind[-key] unbind[-key] prev[ious-window] last[-window]
21 syn keyword tmuxCmds lsk list-keys set[-option] renamew rename-window selectw
22 syn keyword tmuxCmds select-window lsw list-windows attach[-session]
23 syn keyword tmuxCmds send-prefix refresh[-client] killw kill-window lsc
24 syn keyword tmuxCmds list-clients linkw link-window unlinkw unlink-window
25 syn keyword tmuxCmds next[-window] send[-keys] swapw swap-window
26 syn keyword tmuxCmd
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dx-awk.h33 extern void x_awk_keyword (const char *keyword);
H A Dx-csharp.h31 extern void x_csharp_keyword (const char *keyword);
H A Dx-java.h31 extern void x_java_keyword (const char *keyword);
H A Dx-perl.h36 extern void x_perl_keyword (const char *keyword);
H A Dx-php.h35 extern void x_php_keyword (const char *keyword);
H A Dx-python.h33 extern void x_python_keyword (const char *keyword);
H A Dx-sh.h34 extern void x_sh_keyword (const char *keyword);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpdc/
H A Dntpdc.h46 char *keyword; member in struct:parse
57 const char *keyword; /* command key word */ member in struct:xcmd
/netbsd-6-1-5-RELEASE/bin/ps/
H A DMakefile5 SRCS= fmt.c keyword.c nlist.c print.c ps.c
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/po/
H A Dgdbtext35 --keyword=_ \
36 --keyword=N_ \
/netbsd-6-1-5-RELEASE/sbin/route/
H A Dextern.h38 int keyword(const char *);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/
H A Dmkdef.pl1133 # Param: one keyword
1136 my ($keyword,$platforms) = @_;
1140 if ($keyword eq "VMSVAX" && $VMSVAX) { return 1; }
1141 if ($keyword eq "VMSNonVAX" && $VMSNonVAX) { return 1; }
1142 if ($keyword eq "VMS" && $VMS) { return 1; }
1143 if ($keyword eq "WIN32" && $W32) { return 1; }
1144 if ($keyword eq "WIN16" && $W16) { return 1; }
1145 if ($keyword eq "WINNT" && $NT) { return 1; }
1146 if ($keyword eq "OS2" && $OS2) { return 1; }
1151 if ($keyword e
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/eeprom/
H A Dmain.c182 * Separate the keyword from the argument (if any), find the keyword in
189 char *keyword, *arg; local
191 keyword = strdup(line);
192 if ((arg = strrchr(keyword, '=')) != NULL)
196 prep_action(keyword, arg);
199 of_action(keyword, arg);
203 op_action(keyword, arg);
206 ee_action(keyword, arg);
H A Dofhandlers.c82 of_action(keyword, arg)
83 char *keyword, *arg;
87 if ((cp = of_handler(keyword, arg)) != NULL)
93 of_handler(keyword, arg)
94 char *keyword, *arg;
104 /* Check to see if it's a special-case keyword. */
106 if (strcmp(ex->ex_keyword, keyword) == 0)
117 ofio.of_name = keyword;
132 printf("nothing available for %s\n", keyword);
151 BARF("invalid keyword", keywor
[all...]
H A Dophandlers.c72 op_action(keyword, arg)
73 char *keyword, *arg;
77 if ((cp = op_handler(keyword, arg)) != NULL)
101 op_handler(keyword, arg)
102 char *keyword, *arg;
112 /* Check to see if it's a special-case keyword. */
114 if (strcmp(ex->ex_keyword, keyword) == 0)
125 opio.op_name = keyword;
140 printf("nothing available for %s\n", keyword);
159 BARF("invalid keyword", keywor
[all...]
H A Dprephandlers.c78 prep_action(char *keyword, char *arg) argument
82 if ((cp = prep_handler(keyword, arg)) != NULL)
88 prep_handler(char *keyword, char *arg) argument
98 /* Check to see if it's a special-case keyword. */
100 if (strcmp(ex->ex_keyword, keyword) == 0)
105 nvio.pnv_name = keyword;
120 printf("nothing available for %s\n", keyword);
138 BARF("invalid keyword", keyword);
158 "nothing available for %s", keyword);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/doc/
H A Dmkman.pl57 my ($keyword, $file) = @_;
60 if $keyword =~ /^(|r|t)$/;
62 if $keyword =~ /^(strong|sc|code|file|samp)$/;
64 if $keyword =~ /^(emph|var|dfn)$/;
65 die "no handler for keyword \`$keyword', found at line $. of file \`$file'\n";
70 # Return replacement for \@$keyword{$content}.
73 my ($file, $parent, $keyword, $content) = @_;
76 if $keyword =~ /^(p?x)?ref$/;
78 if $keyword
[all...]
/netbsd-6-1-5-RELEASE/tests/util/ps/
H A Dt_ps.sh46 while read keyword heading flag
48 case "$keyword" in
53 kvar="${keyword}"
54 case "${keyword}" in
55 %*) kvar="p_${keyword#%}"
72 while read keyword heading flag
74 case "$keyword" in
79 kvar="${keyword}"
81 case "${keyword}" in
82 %*) kvar="p_${keyword#
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/po/
H A Dgen-po.in21 --keyword=N_ \
22 --keyword=NP_ \
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpq/
H A Dntpq.h47 const char *keyword; member in struct:parse
58 const char *keyword; /* command key word */ member in struct:xcmd
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dxgettext-java-43 # Some tests for java plural keyword support
21 ${XGETTEXT} --omit-header --no-location --keyword=ngettext:2,3 -d xg-j-4 xg-j-4.java

Completed in 124 milliseconds

12345