Searched refs:keywords (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xkbevd/dist/
H A Dcfgscan.c328 } keywords[] = { variable in typeref:struct:_Keyword[]
339 static int numKeywords = sizeof(keywords) / sizeof(struct _Keyword);
357 if (uStrCaseCmp(buf, keywords[i].keyword) == 0) {
358 rtrn = keywords[i].token;
/xsrc/external/mit/xkbcomp/dist/
H A Dxkbscan.c483 } keywords[] = variable in typeref:struct:_Keyword[]
576 static int numKeywords = sizeof(keywords) / sizeof(struct _Keyword);
596 if (uStrCaseCmp(scanBuf, keywords[i].keyword) == 0)
598 rtrn = keywords[i].token;
/xsrc/external/mit/MesaLib.old/dist/scripts/
H A Dget_reviewer.pl56 my $keywords = 1;
247 'k|keywords!' => \$keywords,
283 $keywords = 0;
441 if ($file ne "REVIEWERS" && -f $file && ($keywords || $file_emails)) {
446 if ($keywords) {
467 # This allows us to match arbitrary keywords against any part
485 } elsif ($keywords) {
695 if ($keywords) {
817 --keywords
[all...]
/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dindent.lsp306 labels ;; list of keywords labeling tables
412 (defun indaugment (&rest keywords)
413 (dolist (keyword keywords)
420 (make-indaugment :labels keywords)
719 ;; Check for typos in the keywords, or for not defined indent tables.
H A Dsyntax.lsp299 ;; holds a list of keywords.
301 labels ;; List of keywords labeling syntax tables.
380 (defun synaugment (&rest keywords)
381 (dolist (keyword keywords)
386 (make-synaugment :labels keywords)
548 ;; Check for typos in the keywords, or for not defined syntax tables.
/xsrc/external/mit/MesaLib/dist/docs/
H A Dshading.rst13 list of keywords to control some aspects of the GLSL compiler and shader
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.3.rst116 - mesa: add some missing GLAPIENTRY keywords
H A D20.0.0.rst1664 - anv: Drop unneeded struct keywords
H A D7.10.rst2076 - glsl: Add new keywords and reserved words for GLSL 1.30.
/xsrc/external/mit/ctwm/dist/
H A DCHANGES.md525 * One is that the window list arguments for the opaque keywords are
528 * The other is that the two Threshold keywords are shown in the man
1026 With the new keywords BorderLeft, BorderRight, BorderBottom and
1257 1. 2 new keywords: XMoveGrid and YMoveGrid with an integer parameter.
1380 1. New keywords : BorderShadowDepth, TitleButtonShadowDepth,
1403 1. New keywords:
1595 1. Three new keywords : ChangeWorkspaceFunction, IconifyFunction and
1704 1. Two new keywords: OpaqueMoveThreshold and OpaqueResizeThreshold with
1752 1. 2 New keywords: WMgrVertButtonIndent and WMgrHorizButtonIndent with 1
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc210 Variable names and keywords are case-insensitive. Strings must be
389 options require keywords, numbers, strings, or lists of all of these.
2226 keysym name; buttons are given as the keywords `Button1`-`Button11`:
2344 The `function` in a binding is any of the `f.` keywords described below.

Completed in 22 milliseconds