Home
last modified time | relevance | path

Searched refs:Keyword (Results 1 – 12 of 12) sorted by relevance

/mirbsd/src/gnu/usr.bin/rcs/src/
Drcskeys.c71 char const *Keyword[] = { variable
91 for (j = sizeof(Keyword)/sizeof(*Keyword); (--j); ) {
94 if (Keyword[j] != NULL) {
96 p = Keyword[j];
127 Keyword[LocalId] = local_id;
Drcsbase.h494 extern char const *Keyword[];
Drcsedit.c782 sp = Keyword[(int)marker];
/mirbsd/src/usr.bin/awk/
Dlex.c42 typedef struct Keyword { struct
46 } Keyword; argument
48 Keyword keywords[] ={ /* keep sorted: binary searched */
104 int binsearch(char *, Keyword *, int);
449 int binsearch(char *w, Keyword *kp, int n) in binsearch()
469 Keyword *kp; in word()
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlxs.pod228 (See L<The INPUT: Keyword>.)
336 =head2 The MODULE Keyword
352 =head2 The PACKAGE Keyword
378 =head2 The PREFIX Keyword
393 =head2 The OUTPUT: Keyword
444 =head2 The NO_OUTPUT Keyword
469 =head2 The CODE: Keyword
493 =head2 The INIT: Keyword
521 =head2 The NO_INIT Keyword
635 =head2 The PREINIT: Keyword
[all …]
Dperldoc.pod20 B<perldoc> B<-q> FAQ Keyword
Dperltoc.pod4804 =item The MODULE Keyword
4806 =item The PACKAGE Keyword
4808 =item The PREFIX Keyword
4810 =item The OUTPUT: Keyword
4812 =item The NO_OUTPUT Keyword
4814 =item The CODE: Keyword
4816 =item The INIT: Keyword
4818 =item The NO_INIT Keyword
4824 =item The PREINIT: Keyword
4826 =item The SCOPE: Keyword
[all …]
Dperlxstut.pod191 explained in the section "The PROTOTYPES: Keyword" in L<perlxs>.
Dperlapi.pod6066 XSUB's aliases was used to invoke it. See L<perlxs/"The ALIAS: Keyword">.
6139 C<xsubpp>. See L<perlxs/"The VERSIONCHECK: Keyword">.
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dcgen-dis.in115 /* Keyword print handler. */
/mirbsd/src/gnu/usr.bin/cvs/doc/
DRCSFILES125 manpage in the RCS 5.7 distribution. See also the "Keyword
Dcvs.texinfo171 * Keyword substitution:: CVS can include the revision inside the file
4654 If your source files contain keywords (@pxref{Keyword substitution}),
4830 @cindex Keyword substitution, and merging
4834 If you merge files containing keywords (@pxref{Keyword
5836 contain data which looks like a keyword (@pxref{Keyword
7120 @node Keyword substitution
7121 @chapter Keyword substitution
7122 @cindex Keyword substitution
7123 @cindex Keyword expansion
7148 * Keyword list:: Keywords
[all …]