Searched refs:putstring (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/defs/
H A Dopt_insn_unif.def9 putobject putstring
13 putstring putstring
14 putstring putobject
15 putstring setlocal
16 putstring setdynamic
/macosx-10.10.1/groff-38/groff/src/devices/grotty/
H A Dtty.cpp33 #define putstring(s) fputs(s, stdout) macro
319 putstring(SGR_ITALIC);
321 putstring(SGR_REVERSE);
323 putstring(SGR_UNDERLINE);
343 putstring(SGR_BOLD);
570 putstring(buf);
579 putstring(SGR_DEFAULT);
582 putstring(SGR_BOLD);
585 putstring(SGR_ITALIC);
587 putstring(SGR_REVERS
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/gssmask/
H A Dcommon.h108 #define putstring(_client, str) \ macro
H A Dgssmask.c666 putstring(c, str);
676 putstring(c, targetname);
678 putstring(c, "");
841 putstring(c, c->moniker);
H A Dgssmaestro.c76 putstring(client, targetname);
114 putstring(client, username);
115 putstring(client, password);
/macosx-10.10.1/autofs-246/automountd/
H A Dautod_mount.c80 putstring(uint8_t *outbuf, char *string) function
348 outbuf = putstring(outbuf, tmp->mounta.dir);
349 outbuf = putstring(outbuf, tmp->mounta.opts);
350 outbuf = putstring(outbuf, tmp->mounta.path);
351 outbuf = putstring(outbuf, tmp->mounta.map);
352 outbuf = putstring(outbuf, tmp->mounta.subdir);
353 outbuf = putstring(outbuf, tmp->mounta.trig_mntpnt);
358 outbuf = putstring(outbuf, tmp->mounta.key);
/macosx-10.10.1/ruby-106/ruby/
H A Dinsns.inc53 BIN(putstring) = 18,
H A Dvmtc.inc34 LABEL_PTR(putstring),
H A Dinsns_info.inc44 "putstring",
438 case BIN(putstring):{
H A Dvm.inc506 INSN_ENTRY(putstring){
511 DEBUG_ENTER_INSN("putstring");
518 COLLECT_USAGE_INSN(BIN(putstring));
519 COLLECT_USAGE_OPERAND(BIN(putstring), 0, str);
531 END_INSN(putstring);}}}
H A Dinsns.def350 putstring
H A Dcompile.c4760 ADD_INSN1(ret, line, putstring, node->nd_lit);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_me/
H A Dme_cpu.tcl55 method putstring {str lvar cvar} {
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Demacs.c172 static void putstring(Emacs_t*,char*);
585 putstring(ep,Prompt);
599 putstring(ep,Prompt);
764 static void putstring(Emacs_t* ep,register char *sp) function
1378 putstring(ep,Prompt); /* start with prompt */
1422 putstring(ep,Prompt);
H A Dvi.c192 static void putstring(Vi_t*,int, int);
477 putstring(vp,0, last_phys+1);
1835 static void putstring(register Vi_t *vp,register int col, register int nchars) function
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dgdb-ui.el3056 (defun gdb-put-string (putstring pos &optional dprop &rest sprops)
3063 (setq putstring (copy-sequence putstring))
3066 (list (list 'margin 'left-margin) putstring))))
3087 (putstring (if enabled "B" "b"))
3091 putstring)
3094 0 1 `(gdb-bptno ,bptno gdb-enabled t) putstring)
3096 0 1 `(gdb-bptno ,bptno gdb-enabled nil) putstring))
3137 putstring
3147 (propertize putstring
[all...]

Completed in 135 milliseconds