Searched refs:F1 (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/vmalloc/
H A Dmalloc.c73 #define F1(f,t1,a1) f(t1 a1) macro
77 #define F1(f,t1,a1) f(a1) t1 a1; macro
844 extern Void_t F1(_cfree, Void_t*,p) { free(p); } function
845 extern Void_t F1(_free, Void_t*,p) { free(p); } function
846 extern Void_t* F1(_malloc, size_t,n) { return malloc(n); } function
851 extern Void_t* F1(_pvalloc, size_t,n) { return pvalloc(n); } function
855 extern Void_t* F1(_valloc, size_t,n) { return valloc(n); } function
861 extern Void_t F1(__cfree, Void_t*,p) { free(p); } function
862 extern Void_t F1(__free, Void_t*,p) { free(p); } function
863 extern Void_t* F1(__mallo function
868 extern Void_t* F1(__pvalloc, size_t,n) { return pvalloc(n); } function
872 extern Void_t* F1(__valloc, size_t,n) { return valloc(n); } function
878 extern Void_t F1(__libc_cfree, Void_t*,p) { free(p); } function
879 extern Void_t F1(__libc_free, Void_t*,p) { free(p); } function
880 extern Void_t* F1(__libc_malloc, size_t,n) { return malloc(n); } function
885 extern Void_t* F1(__libc_pvalloc, size_t,n) { return pvalloc(n); } function
889 extern Void_t* F1(__libc_valloc, size_t,n) { return valloc(n); } function
1037 extern Void_t F1(_ast_free, Void_t*,p) { free(p); } function
1038 extern Void_t* F1(_ast_malloc, size_t,n) { return malloc(n); } function
1047 extern Void_t F1(_ast_cfree, Void_t*,p) { free(p); } function
1049 extern Void_t* F1(_ast_pvalloc, size_t,n) { return pvalloc(n); } function
1052 extern Void_t* F1(_ast_valloc, size_t,n) { return valloc(n); } function
[all...]
/ast/src/lib/libtk/library/demos/
H A Drolodex151 bind . <Any-F1> {Help [winfo containing %X %Y] %X %Y}
179 set helpTopics(context) {Unfortunately, this application doesn't support context-sensitive help in the usual way, because when this demo was written Tk didn't have a grab mechanism and this is needed for context-sensitive help. Instead, you can achieve much the same effect by simply moving the mouse over the window you're curious about and pressing the Help or F1 keys. You can do this anytime.}
180 set helpTopics(help) {This application provides only very crude help. Besides the entries in this menu, you can get help on individual windows by moving the mouse cursor over the window and pressing the Help or F1 keys.}
H A Dwidget31 -underline 0 -accelerator "<F1>"
35 bind . <F1> aboutBox
/ast/src/cmd/ksh93/tests/
H A Darith.sh428 typeset -F1 foo=123456789.19
429 [[ $foo == 123456789.2 ]] || err_exit 'typeset -F1 not working correctly'

Completed in 12 milliseconds